home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / demos / music / jumpcut.dir / 00006_Script_6 < prev    next >
Text File  |  1995-08-10  |  176b  |  9 lines

  1. on exitFrame
  2.   global exitYet
  3.   if exitYet = TRUE then go to "exit"
  4.   if exitYet = FALSE then
  5.     set exitYet to TRUE
  6.     go to movie "MSCENTRL.DIR"
  7.       end if
  8.   
  9. end